Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Krisp example #47

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Krisp example #47

wants to merge 5 commits into from

Conversation

hiroshihorie
Copy link
Collaborator

No description provided.

@@ -66,6 +70,18 @@ final class AppContext: ObservableObject {
didSet { AudioManager.shared.isSpeakerOutputPreferred = preferSpeakerOutput }
}

#if os(iOS)
// Krisp noise filter example
lazy var krispProcessor = LiveKitKrispNoiseFilter()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hiroshihorie can we add ObservableObject to LiveKitKrispNoiseFilter so it can be passed in @EnvironmentObject? That would be a more intuitive way to integrate into SwiftUI

Copy link

@bcherry bcherry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should leave Krisp out of the shared example, since it's a paid feature only available to cloud scale and enterprise customers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants